Name | Description | |
---|---|---|
GetThumbValue | Must override to get the thumb value from a position. | |
SnapValue | Snaps the given value to the snapping step. |
For a list of all members of this type, see NScrollerBase<TThumb,TShaft> members.
Name | Description | |
---|---|---|
GetThumbValue | Must override to get the thumb value from a position. | |
SnapValue | Snaps the given value to the snapping step. |
Name | Description | |
---|---|---|
CreateThumb | Creates the thumb of this scroller. | |
GetThumbValueCommon | Given a shaft start and length and a coordinate gets the thumb value. | |
GetThumbValueFromCoordinate | Gets the thumb value from the specified coordinate | |
OnButtonClick | Called when a button in this scroller has been clicked. | |
OnDecreaseShaftButtonClick | Called when the decrease shaft button was clicked. | |
OnEndScrolling | Raises the EndScrolling event | |
OnIncreaseShaftButtonClick | Called when the increase shaft button was clicked. | |
OnLargeChangeChanged | Called when the LargeChange property has changed. | |
OnRepeatButtonEndClicking | Called when an owned repreat button stops continuos clicking | |
OnRepeatButtonStartClicking | Called when an owned repeat button start continuos clicking | |
OnScroll | Raises the scroll event. If it is not canceled, updates the scroller value if the new value. | |
OnStartScrolling | Raises the StartScrolling event | |
OnThumbDrag | Called when the scrollbar thumb is dragged. This implementation simply updates the scrollbar value | |
OnThumbEndDragging | Called when the scrollbar thumb stops to be dragged. Raises the end scrolling event. | |
OnThumbStartDragging | Called when the scrollbar thumb starts to be dragged. Raises the start scrolling event. | |
Qtb | Overridden. |